Hmm... That add-on was not found.
LazyLoadWrapper - Vaadin Add-on Directory
A lazy load wrapper for Vaadin GUI componentsSource Code
Issue Tracker
Discussion Forum
LazyLoadWrapper version 1.0
null
LazyLoadWrapper version 1.0.1
-Fixed bug where the wrapper could cause a Out-Of-Sync error when it was detached before rendering its child
LazyLoadWrapper version 1.0.2
recompiled version of 1.0.1 to support JDK 1.5
LazyLoadWrapper version 0.1 alpha
First alpha version of LLW for Vaadin7.
- Focus on server-side lazy loading
- lazy draw (client-side lazy loading) is experimental and could be removed in future versions for V7
- Experimental new feature: server-side hide/show wrapper (force reinitialisation of LLW from server)
Known issues:
- Using wrapper inside a Table might in some cases cause the wrapper not to display its child even if the wrapper is visible.
- client-side lazy loading is buggy especially when used for loading complex components like Table (will throw client-side exceptions)